2 using System
.Collections
.Generic
;
4 using System
.Runtime
.InteropServices
;
9 [InterfaceType(ComInterfaceType
.InterfaceIsIUnknown
)]
10 [Guid("00000103-0000-0000-C000-000000000046")]
11 public interface IEnumFORMATETC
13 // Retrieves the specified number of FORMATETC structures in the enumeration
14 // sequence and advances the current position by the number of items retrieved
18 ref ShellAPI
.FORMATETC rgelt
,
19 ref int pceltFetched
);
21 // Skips over the specified number of elements in the enumeration sequence
25 // Returns to the beginning of the enumeration sequence
29 // Creates a new item enumeration object with the same contents and state as the current one
32 ref IEnumFORMATETC ppenum
);